home *** CD-ROM | disk | FTP | other *** search
- @echo off
- break=off
- rem --- Arachne is *.BAT which will make your PC survive to 21st century! ---
- rem --- (c)1996,1997,1998 xChaos software, URL: http://www.naf.cz/arachne/---
- if (%1)==(-u) goto termin
- if not (%1)==() goto continue
- if exist PPP.LOG arachne.bat -r
- :continue
- core.exe %1 %2
- if errorlevel 128 goto end
- if errorlevel 64 goto execute
- core.exe fatal.ah
- if errorlevel 128 goto end
- if errorlevel 64 goto execute
- if not exist core.exe goto noexe
- goto err
- :termin
- termin.com 0x60
- del ppp.log
- goto end
- :noexe
- echo CORE.EXE is missing.
- goto end
- :execute
- $roura$.bat
- :err
- echo Abnormal Arachne termination. Please reboot system and/or restart Arachne.
- :end
- if exist $roura?.bat del $roura?.bat
- if exist *._$b del *._$b
- if exist ip-up.bat del ip-up.bat
- if exist ppp.log echo Type 'arachne -u' to terminate SLIP/PPP connection.
- echo.
-